home *** CD-ROM | disk | FTP | other *** search
/ Game.EXE 2001 January / Game.EXE_01_2001.iso / demos / Blade of Darkness / data1.cab / Program_Executable_Files / Lib / InitDataField.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2000-11-16  |  454 b   |  15 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 1.5)
  3.  
  4. import Bladex
  5.  
  6. class CampoData:
  7.     pass
  8.  
  9.  
  10. def Initialise(entity):
  11.     if not (entity.Data):
  12.         entity.Data = CampoData()
  13.     
  14.  
  15.